home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / patches / wcp11a1.exe / DOSUP.BAT next >
DOS Batch File  |  1995-05-18  |  5KB  |  154 lines

  1. @ECHO OFF
  2. IF "%1"=="/?" GOTO FIRST
  3. IF "%1"=="" GOTO FIRST
  4. IF EXIST %1\WINCOMM.EXE GOTO GOOD
  5. ECHO.
  6. ECHO The WinComm PRO 1.1 directory you specified is invalid.
  7. ECHO Type DOSUP /? for help.
  8. ECHO.
  9. GOTO END
  10.  
  11. :GOOD
  12. IF EXIST UWCP11A.RTP GOTO BIGBEGINGO
  13. GOTO SMALLBEGIN
  14.  
  15. :SMALLBEGIN
  16. CLS
  17. ECHO.
  18. ECHO !! IMPORTANT NOTE !!
  19. ECHO.
  20. ECHO Please be sure that you are currently running the March 24th, 1995
  21. ECHO release of WinComm PRO.  Executing this patch on ANY release of
  22. ECHO WinComm dated prior to March 24, 1995 will cause unpredictable
  23. ECHO results and will force you to reinstall the product.
  24. ECHO.
  25. ECHO The version date is listed in the Help/About screen within WinComm
  26. ECHO PRO.  If you are unsure as to what date your current installation
  27. ECHO of WinComm PRO 1.1, press CTRL-C NOW to abort patch execution.
  28. ECHO.
  29. PAUSE
  30. PAUSE
  31.  
  32. :SMALLBEGINGO
  33. CLS
  34. IF NOT EXIST UWCP11C1.RTP GOTO SMALLPERROR
  35. IF NOT EXIST UWCP11C2.RTP GOTO SMALLPERROR
  36. IF NOT EXIST UWCP11E.RTP GOTO SMALLPERROR
  37. IF NOT EXIST PATCH.EXE GOTO SMALLPERROR
  38. ECHO The patch process is about to begin ...
  39. ECHO.
  40. ECHO Please be sure that you have completely exited from Windows
  41. ECHO and are not running this patch from within a DOS session.
  42. ECHO.
  43. ECHO If you are unsure, press CTRL-C now to stop the upgrade, otherwise:
  44. ECHO.
  45. PAUSE
  46. ECHO.
  47. ECHO You may see some warning messages appear on your screen while the
  48. ECHO patch is running.  These are normal and may be ignored.
  49. ECHO.
  50. ECHO Updating files, Please wait ...
  51. ECHO.
  52. PATCH /V /I %1 UWCP11C1.RTP >NUL
  53. PATCH /V /I %1 UWCP11C2.RTP >NUL
  54. PATCH /V /I %1 UWCP11E.RTP >NUL
  55. ECHO.
  56. ECHO Update complete!  WinComm PRO 1.1 is ready to use!
  57. ECHO.
  58. ECHO To ensure that your version of WinComm PRO was successfully updated,
  59. ECHO select Help/About from within WinComm PRO.  The release date listed
  60. ECHO within the dialog should be dated May 18, 1995.
  61. ECHO.
  62. GOTO END
  63.  
  64. :BIGBEGINGO
  65. CLS
  66. IF NOT EXIST UWCP11A.RTP GOTO BIGPERROR
  67. IF NOT EXIST UWCP11B.RTP GOTO BIGPERROR
  68. IF NOT EXIST UWCP11C1.RTP GOTO BIGPERROR
  69. IF NOT EXIST UWCP11C2.RTP GOTO BIGPERROR
  70. IF NOT EXIST UWCP11D.RTP GOTO BIGPERROR
  71. IF NOT EXIST UWCP11E.RTP GOTO BIGPERROR
  72. IF NOT EXIST PATCH.EXE GOTO BIGPERROR
  73. ECHO The patch process is about to begin, please be sure that you
  74. ECHO have completely exited from Windows and are not running this patch
  75. ECHO from within a DOS session.
  76. ECHO.
  77. ECHO If you are unsure, press CTRL-C now to stop the upgrade, otherwise:
  78. ECHO.
  79. PAUSE
  80. ECHO.
  81. ECHO You may see some warning messages appear on your screen while the
  82. ECHO patch is running.  These are normal and may be ignored.
  83. ECHO.
  84. ECHO Updating files, Please wait ...
  85. ECHO.
  86. PATCH /V /I %1 UWCP11A.RTP >NUL
  87. PATCH /V /I %1 UWCP11B.RTP >NUL
  88. PATCH /V /I %1 UWCP11C1.RTP >NUL
  89. PATCH /V /I %1 UWCP11C2.RTP >NUL
  90. PATCH /V /I %1 UWCP11D.RTP >NUL
  91. PATCH /V /I %1 UWCP11E.RTP >NUL
  92. ECHO.
  93. ECHO Update complete!  WinComm PRO 1.1 is ready to use!
  94. ECHO.
  95. ECHO To ensure that your version of WinComm PRO was successfully updated,
  96. ECHO select Help/About from within WinComm PRO.  The release date listed
  97. ECHO within the dialog should be dated May 18, 1995.
  98. ECHO.
  99. GOTO END
  100.  
  101. :BIGPERROR
  102. ECHO.
  103. ECHO ** STOP: Patch file(s) missing! **
  104. ECHO.
  105. ECHO One or more of the patch files (.RTP) is missing, please be sure
  106. ECHO you have the all supplied patch files located in this directory.
  107. ECHO Check the README.TXT file for a complete list of required files.
  108. ECHO.
  109. ECHO One or all of the following files is missing:
  110. ECHO.
  111. ECHO UWCP11A.RTP, UWCP11B.RTP, UWCP11C1.RTP, UWCP11C2.RTP, UWCP11D.RTP,
  112. ECHO UWCP11E.RTP or PATCH.EXE
  113. ECHO.
  114. GOTO END
  115.  
  116. :SMALLPERROR
  117. ECHO.
  118. ECHO ** STOP: Patch file(s) missing! **
  119. ECHO.
  120. ECHO One or more of the patch files (.RTP) is missing, please be sure
  121. ECHO you have the all supplied patch files located in this directory.
  122. ECHO Check the README.TXT file for a complete list of required files.
  123. ECHO.
  124. ECHO One or all of the following files is missing:
  125. ECHO.
  126. ECHO UWCP11C1.RTP, UWCP11C2.RTP, UWCP11E.RTP or PATCH.EXE
  127. ECHO.
  128. GOTO END
  129.  
  130. :FIRST
  131. ECHO.
  132. ECHO WinComm PRO 1.1 upgrade patch (via DOS)                            May 18, 1995
  133. ECHO ===============================================================================
  134.  
  135. :HELP
  136. ECHO.
  137. ECHO This batch file will upgrade your existing version of WinComm PRO 1.1
  138. ECHO to the May 18, 1995 update.  Please ensure you have completely shut down
  139. ECHO Windows before executing this patch.
  140. ECHO.
  141. ECHO NOTE:  This patch will ONLY work on versions of WinComm PRO dated
  142. ECHO        March 24, 1995.  DO NOT execute this patch on older releases
  143. ECHO        of WinComm PRO 1.1.  To check version dates, select Help and
  144. ECHO        About from within WinComm PRO.
  145. ECHO.
  146. ECHO Syntax:
  147. ECHO DOSUP { WinComm PRO 1.1 directory }
  148. ECHO.
  149. ECHO Example: DOSUP C:\WINCOMM
  150. ECHO.
  151. GOTO END
  152.  
  153. :END
  154.